github.com/gotd/log.Value.a (field)
11 uses
github.com/gotd/log (current package)
attr.go#L42: a any
attr.go#L65: t, _ := v.a.(time.Time)
attr.go#L71: e, _ := v.a.(error)
attr.go#L77: g, _ := v.a.([]Attr)
attr.go#L103: return v.a
attr.go#L133: return fmt.Sprint(v.a)
attr.go#L178: return Attr{Key: key, Value: Value{kind: KindTime, a: value}}
attr.go#L184: return Attr{Key: "error", Value: Value{kind: KindError, a: err}}
attr.go#L195: return Attr{Key: key, Value: Value{kind: KindError, a: err}}
attr.go#L211: return Attr{Key: key, Value: Value{kind: KindGroup, a: attrs}}
attr.go#L217: return Attr{Key: key, Value: Value{kind: KindAny, a: value}}
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |